home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 014 / pdterm / term.h < prev    next >
C/C++ Source or Header  |  1995-03-17  |  662b  |  25 lines

  1. /* INCLUDES ********************************************************** */
  2.  
  3. #include "exec/types.h"
  4. #include "exec/ports.h"
  5. #include "exec/devices.h"
  6. #include "exec/io.h"
  7. #include "exec/memory.h"
  8.  
  9. #include "devices/console.h"
  10. #include "devices/serial.h"
  11. #include "devices/keymap.h"
  12.  
  13. #include "libraries/dos.h"
  14. #include "graphics/text.h"
  15. #include "libraries/diskfont.h"
  16. #include "intuition/intuition.h"
  17.  
  18. /* EXTERNALS ***************************************************** */
  19.  
  20. extern struct Window *OpenWindow();
  21. extern struct Screen *OpenScreen();
  22. extern struct MsgPort *CreatePort();
  23. extern struct IOStdReq *CreateStdIO();
  24. extern struct IORequest *CreateExtIO();
  25.